home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Sample Code / Text / SimpleText Sample / SimpleText.doc < prev    next >
Encoding:
Text File  |  1996-10-17  |  2.9 KB  |  48 lines  |  [ttro/ttxt]

  1. Hey!  What the Heck is this?!
  2.  
  3. Sample: SimpleText
  4. Language: MWC 10 & MPW
  5. Feedback to: devsupport@apple.com
  6.  
  7. This example is SimpleText 1.4d16. It's the same source that Apple's building (at least as I write this). We decided that enough developers had asked for SimpleText source so it was time to actually release it. Note that this code is copyright Apple Computer. The standard disclaimers apply. Here's the copyright information again for your reading enjoyment:
  8.  
  9. You may incorporate this sample code into your applications without restriction, though the sample code has been provided "AS IS" and the responsibility for its operation is 100% yours.  However, what you are not permitted to do is to redistribute the source as "DSC Sample Code" after having made changes. If you're going to re-distribute the source, we require that you make it clear in the source that the code was descended from Apple Sample Code, but that you've made changes.
  10.  
  11. Build notes:
  12. The CodeWarrior projects are in the CW BuildFolder folder. There are a few things to note when building SimpleText with CodeWarrior. The first is that there is the "TextFile.a.o" file, which is built from the TextFile.a source. Since CodeWarrior doesn't have an assembler, this file has been assembled with MPW asm and is included in the CW Build Folder. There are also three libraries which are included (AGFileLib.o, AGFileLib.xcoff and AppleGuideGlue.xcoff) which are also in the AppleGuide SDK, but are included with the project for your convenience.
  13.  
  14. Changes since version 1.3.1:
  15. The changes (in last to first order) since version 1.3.1 are listed below.
  16.  
  17. fixed bug relating to disabling of menus during print
  18. native/FAT version now
  19. fixed some bugs having to do with menu adjusting and hilighting.
  20. AppleGuide 2.x support
  21. converted to D11 headers, new SC compiler
  22. open 'ttro' documents read only even first time
  23. support for high res PICTs displaying correctly sized
  24. optimized scrolling of PICTs in ttro files
  25. form feed support for text doc printing
  26. fixed text rotation hilight in PDDs
  27. annotation in PDDs first implementation
  28. support for new "Contents" menu
  29. implemented movable modal dialog boxes
  30. select all turns into select none
  31. implementing PDD find autoscroll
  32. find now working for PDDs, minus wrap and autoscroll
  33. fixed 1272735, page down key wrapping
  34. started find dialog work for PDDs
  35. PICT files now support drag out
  36. PDDs support Copy, drag out
  37. PDDs now support selection, fixed some bugs in zooming
  38. text documents now have undo, fixed a minor bug in find
  39. PDDs now have better page browsing, proxy support, and zooming.
  40. now always respect stationary bit (112137)
  41. UpdateResFile() on save of text doc (1246237)
  42. increased RAM for new document to 64k (1249917)
  43. added find/replace for text documents
  44. added GX style font menu
  45. added support for next page/prev page for text windows
  46. added support for all 3d button types
  47. disabled drag and drop for 3d views, as we don't allow edit
  48.